services.restic.backups.<name>.rcloneOptions

Options to pass to rclone to control its behavior. See https://rclone.org/docs/#options for available options. When specifying option names, strip the leading --. To set a flag such as --drive-use-trash, which does not take a value, set the value to the Boolean true.

Type
attribute set of (string or boolean or signed integer)
Default
{ }
Example
{
  bwlimit = "10M";
  drive-use-trash = true;
}
Declared
<home-manager/modules/services/restic.nix>